MapSource.getMetersPerPixel

Gets meters per pixel at the position on the map using this map source's projection.

class MapSource
double
getMetersPerPixel
(
double zoomLevel
,
double latitude
,
double longitude
)

Parameters

zoomLevel double

the zoom level

latitude double

a latitude

longitude double

a longitude

Return Value

Type: double

the meters per pixel

Meta